(prompt "Your system is running a " (database "cpu") " CPU.\n\n Which version of the program would you like to install ???" )
(choices "Standard (running all CPU's)" "Turbo (optimized for 68020/030, no FPU req.)" )
(help "Select the correct program version, depending on your installed CPU. If you dont't know what type of CPU your machine has, install the standard version of the program,")
(default 0)
)
)
(if ( = 0 progversion )
(
(set progname "AddressAssist")
(message "Installing 'Standard' version of '" @app-name "'" )
)
(
(set progname "AddressAssist_030")
(message "Installing 'Turbo' version of '" @app-name "'" )
(prompt "Would you like copy an example database file ???" )
(help @askbool-help)
)
(
(copyfiles (
(source "AddressData" )
(dest @default-dest )
(newname "AddressData" )
(infos)
)
)
)
)
(complete 85)
(if (askbool
(prompt "Would you like copy the preferences files to the envarc: assignment???\n\nAttention: from 1.0 to 2.x, preferences file format have changed. Install NEW default preferences files or set all the preferences, including 'Print' preferences, to 'Default'. \n\nSorry for this inconvenience!\n" )